
header{
	height: 190px;
	width: 100%;
	font-size:50px;
	font-family: algerian;
	text-align: center;
	color:pink;
	background-color: #07d;
	padding: 0px;
}
#conteneurheader {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: nowrap;
border-style: solid;
overflow: hidden;
}
body{
	color:F8ACF2
section{
	color:#ff00ff;
	min-width: 200px;
}
section h2{
	color:#09d ;
}
#conteneursectionP{
width: 75%;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
margin: auto;
padding: 8px;
flex-wrap: nowrap;
border-style: hidden;
}


#conteneursection1 {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
padding: 4px;
flex-wrap: wrap;
border-style: hidden;
overflow: hidden;
}

.sport {0000ff
background-color: blue;
}
.culture-art {ff00ff
background-color: pink;
}
.création {800080
background-color:purple;
}
.outreterre{ff00ff
background-color: darkcyan;
}
.personnalite{00ffff
background-color: tomato;
}
.indefini{800080
background-color: navajowhite;
}

.texte{00ffff
width: 75%;
}

article{800080
flex: 3;
background-color: white;
}

footer p {008080
	font-size: 10px;
	color:#0080808;
	text-decoration: underline;

footer a {008080
	font-size: 15px;
	text-decoration: none;
}